runtime.ancestorInfo.pcs (field)

4 uses

	runtime (current package)
		proc.go#L4175: 		pcs:  ipcs,
		runtime2.go#L996: 	pcs  []uintptr // pcs from the stack of this goroutine
		traceback.go#L856: 	for fidx, pc := range ancestor.pcs {
		traceback.go#L862: 	if len(ancestor.pcs) == _TracebackMaxFrames {